home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_139 / procalc / english_version / procalc_doc < prev    next >
Text File  |  1992-05-06  |  3KB  |  77 lines

  1.  
  2.  
  3.  
  4.                        ProCalc - programmable calculator
  5.  
  6.  
  7.  
  8.                              Overview
  9.  
  10.                   The program ProCalc simulates a programmable
  11.               calculator based on the HP11C from Hewlett-Packard.
  12.               This document describes only the differences bet-
  13.               ween the simulation and the original. For special
  14.               informations about the functions, please read the
  15.               Owner's Handbook for the HP11C (Hewlett-Packard
  16.               Part Number 00011-9001) or the german describtion
  17.               for this program. (Sorry, my english is not good
  18.               enough to translate that. Perhabs someone else will
  19.               do that for me.)
  20.  
  21.  
  22.                         Differences simulation - original
  23.  
  24.                 - Not the same rounding characteristics: If the
  25.                   digit to round is five, and there are no
  26.                   digits following or only zeros: if the digit
  27.                   in front of the digit to round is even,
  28.                   ProCalc rounds up instead of round off; if the
  29.                   digit in front of the digit to round is odd,
  30.                   ProCalc rounds off instead of round up. These
  31.                   are the correct rules to round a number. The
  32.                   HP11C rounds up the digit five always.
  33.  
  34.                 - inaccuracies of trigonometric functions when
  35.                   the correct result is zero. (This happens also
  36.                   on the original.)
  37.  
  38.                 - x! : Gamma-function is not implemented at the
  39.                   moment
  40.                   (in fact: I don't know how to do it with a
  41.                   simple and short algorithm). If you try it
  42.                   with a real number, an ERROR 0 occurs.
  43.  
  44.                 - The program-memory takes always 249 lines.
  45.                   There are always 20 data-registers (+ I-regis-
  46.                   ter). There is no conversion between program-
  47.                   memory and data-registers.
  48.  
  49.                 - The function STO RAN# don't exist. The calcu-
  50.                   lation of a random-number don't need a star-
  51.                   ting value.
  52.  
  53.                 - There are no check-function and (in this ver-
  54.                   sion) no adjustment for the decimal-character.
  55.                   But there are two different versions: a eng-
  56.                   lish and a german one.
  57.  
  58.                 - ProCalc uses only short-cut key-sequences. The
  59.                   f- and g-key starts always a new key-sequence.
  60.                   A not-ended key-sequence will be erased.
  61.  
  62.                 - The MEM-function shows you only the number of
  63.                   free programlines.
  64.  
  65.                 - After an ERROR, the ON-key is also locked.
  66.                   That means, it won't turn off the calculator.
  67.                   It deletes only the error-message like all the
  68.                   other keys.
  69.  
  70.                 - Every function is started (or inserted in a
  71.                   program) after you have released the specified
  72.                   key (the last key in a sequence). Therefore
  73.                   you cannot extend the message of the CLEAR-
  74.                   PREF-, MEM- and in RUN-mode of the SST- and
  75.                   BST-function by holding down the specified key
  76.                   (as you can do it with the HP11C).
  77.